GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace
/ GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
/ GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer~SearchTextRegex
/ SearchTextRegex(Int32,String,Int32,Boolean,IEnumerable<RectangleF>) Method
SearchTextRegex(Int32,String,Int32,Boolean,IEnumerable<RectangleF>) Method
In This Topic
Syntax
'Declaration
Public Overloads Function SearchTextRegex( _
ByVal As Integer, _
ByVal As String, _
ByVal As Integer, _
ByVal As Boolean, _
ByRef As IEnumerable(Of RectangleF) _
) As Boolean
public bool SearchTextRegex(
int ,
string ,
int ,
bool ,
out IEnumerable<RectangleF>
)
public function SearchTextRegex(
: Integer;
: String;
: Integer;
: Boolean;
Out : IEnumerable
): Boolean;
public function SearchTextRegex(
: int,
: String,
: int,
: boolean,
: IEnumerable
) : boolean;
public: bool SearchTextRegex(
int ,
string* ,
int ,
bool ,
[PARAMFLAG::Out] IEnumerable<RectangleF>*
)
public:
bool SearchTextRegex(
int ,
String^ ,
int ,
bool ,
[Out] IEnumerable<RectangleF>^
)
Parameters
- Page
- Pattern
- Occurence
- CaseSensitive
- BoundingArray
See Also
Reference
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members
Overload List